Property |
Type | Notes |
|---|---|---|
JComboBox |
Boolean |
This is set to true by class DefaultTableCellEditor. This produces a 'flat' appearance of the combo box. |
Quaqua.Component.visualMargin |
java.awt.Insets |
See layout |
Property |
Type | Notes |
|---|---|---|
ComboBox |
Boolean |
Set this to true, to get the same preferred height for
editable and non-editable combo boxes. This may result in better layouts
with some layout managers.The default value is false. |
ComboBox |
Integer |
This is initialized to 100 by Quaqua. Set this to a smaller value, if this breaks your application. |
Quaqua supports regular sized and small sized combo boxes. It is also possible to specify larger font sizes for a JComboBox, but the results are not necessarily optimal.

You can change the size of a combo box by setting an appropriate font.
Combo boxes are displayed with regular size for the font Lucida Grande
13 and with small size for the font Lucida Grande 11.
|